home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tm400-3.zip / CIS.SCR < prev    next >
Text File  |  1993-01-05  |  352b  |  21 lines

  1. ;
  2. ; CIS.SCR is a log on script for CompuServe Information Service
  3. ;
  4.  
  5. ID = "12345,6789"          ; put your ID here
  6.  
  7. SET AutoStop,On              ; stop script if carrier is lost
  8. Waitfor 0                  ; wait until string matched
  9.  
  10. Put
  11.  
  12. Waitfor "Host Name:  "
  13. Put "cis"
  14.  
  15. Waitfor "User ID: "
  16. Put ID
  17.  
  18. Waitfor "Password: "
  19. Put "^&"
  20.  
  21.